aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/one-password.jsx
blob: 4192696f2a8857a1689e3f4e47b685982c22c9f1 (plain)
1
2
3
4
5
6
7
8
9
import Icon from "../icon.jsx";

export default function OnePassword(props) {
  return (
    <Icon {...props}>
      <path d="M11.9812 0C5.36008 0 0 5.36008 0 11.9812C0 18.6024 5.36008 24 11.9812 24C18.6024 24 24 18.6024 24 11.9812C24 5.35887 18.6024 0 11.9812 0ZM11.9812 2.40376C17.2719 2.40376 21.5962 6.69055 21.5962 11.9812C21.5962 17.2719 17.2719 21.5962 11.9812 21.5962C6.69055 21.5962 2.40376 17.2719 2.40376 11.9812C2.40376 6.69055 6.69055 2.40376 11.9812 2.40376ZM11.9812 3.56808C7.33837 3.56808 3.56808 7.33837 3.56808 11.9812C3.56808 16.6241 7.33837 20.3944 11.9812 20.3944C16.6241 20.3944 20.3944 16.6241 20.3944 11.9812C20.3944 7.33837 16.6241 3.56808 11.9812 3.56808ZM10.0657 7.17371H13.8967V11.9812L12.9577 12.9202L13.8967 13.8967V16.7512H10.0657V11.9812L11.0423 11.0047L10.0657 10.0657V7.17371Z" />
    </Icon>
  );
}