styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.05 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var UserLock = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "-.125em", iconViewBox: "0 0 640 512" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", d: "M224 256A128 128 0 1096 128a128 128 0 00128 128zm96 64a63.08 63.08 0 018.1-30.5c-4.8-.5-9.5-1.5-14.5-1.5h-16.7a174.08 174.08 0 01-145.8 0h-16.7A134.43 134.43 0 000 422.4V464a48 48 0 0048 48h280.9a63.54 63.54 0 01-8.9-32zm288-32h-32v-80a80 80 0 00-160 0v80h-32a32 32 0 00-32 32v160a32 32 0 0032 32h224a32 32 0 0032-32V320a32 32 0 00-32-32zM496 432a32 32 0 1132-32 32 32 0 01-32 32zm32-144h-64v-80a32 32 0 0164 0z", key: "k0" })));
});
UserLock.displayName = 'UserLock';
export var UserLockDimensions = { height: undefined, width: undefined };