UNPKG

@iconscout/react-unicons-monochrome

Version:

1,100+ vector icons as easy to use React Components

17 lines 770 B
import * as React from "react"; import "../utils/style.css"; function UimHeadSide(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({}, props, { xmlns: "http://www.w3.org/2000/svg", "data-name": "Layer 1", viewBox: "0 0 24 24", width: props.size || '1em', height: props.size || '1em', fill: "currentColor", className: `ui-svg-inline ${props.className || ''}` }), /*#__PURE__*/React.createElement("path", { opacity: 0.5, d: "M18.5 22h-9a1 1 0 0 1-1-1v-2h-1a2.002 2.002 0 0 1-2-2v-2h-1a1 1 0 0 1-.904-1.426L5.5 9.53V9.5a7.44 7.44 0 0 1 2.277-5.383 7.365 7.365 0 0 1 5.453-2.114 7.698 7.698 0 0 1 7.27 7.77V10a1.031 1.031 0 0 1-.033.256l-1.93 7.266.924 3.2A1 1 0 0 1 18.5 22Z" })); } export default UimHeadSide;