UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

17 lines (16 loc) 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.UserX = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "none", d: "M10 8c0-1.178-.822-2-2-2s-2 .822-2 2 .822 2 2 2 2-.822 2-2z", key: "k0" }), React.createElement("path", { d: "M15.706 15.706l2.293-2.293 2.294 2.294 1.414-1.414L19.414 12l2.293-2.293-1.414-1.414L18 10.586l-2.293-2.293-1.414 1.414 2.292 2.292-2.293 2.293zM12 8c0-2.28-1.72-4-4-4S4 5.72 4 8s1.72 4 4 4 4-1.72 4-4zM6 8c0-1.178.822-2 2-2s2 .822 2 2-.822 2-2 2-2-.822-2-2zM4 18c0-1.654 1.346-3 3-3h2c1.654 0 3 1.346 3 3v1h2v-1c0-2.757-2.243-5-5-5H7c-2.757 0-5 2.243-5 5v1h2v-1z", key: "k1" }))); }); exports.UserX.displayName = 'UserX'; exports.UserXDimensions = { height: 24, width: 24 };