UNPKG

@iconscout/react-unicons-monochrome

Version:

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

17 lines 1.3 kB
import * as React from "react"; import "../utils/style.css"; function UimPagelines(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: 1, d: "M15.1 14.006a10.743 10.743 0 0 1-.895 2.275 3.538 3.538 0 0 1 1.36-.456c1.957-.21 3.75 1.543 3.75 1.543s-1.38 2.092-3.34 2.299a4.954 4.954 0 0 1-3.337-1.194A10.786 10.786 0 0 1 4.67 22a.672.672 0 0 1 0-1.344 9.419 9.419 0 0 0 5.845-2.032 3.745 3.745 0 0 1-1.735-.243c-1.816-.76-2.536-3.162-2.536-3.162s2.215-1.167 4.028-.404a4.394 4.394 0 0 1 2.012 1.98 9.432 9.432 0 0 0 1.458-2.9 4.72 4.72 0 0 1-3.258-.076c-1.773-.852-2.376-3.284-2.376-3.284s2.275-1.056 4.049-.203a4.396 4.396 0 0 1 1.9 2.058 9.323 9.323 0 0 0 .076-1.01 6.819 6.819 0 0 1-2.518-4.03C11.268 4.582 13.71 2 13.71 2s3.002 1.901 3.346 4.664a6.993 6.993 0 0 1-1.583 4.726 8.957 8.957 0 0 1-.06.99 4.206 4.206 0 0 1 1.7-1.822c1.75-.905 4.054.085 4.054.085s-.532 2.449-2.282 3.35a5.154 5.154 0 0 1-3.786.013Zm0 0" })); } export default UimPagelines;