@iconscout/react-unicons-monochrome
Version:
1,100+ vector icons as easy to use React Components
29 lines • 1.42 kB
JavaScript
import * as React from "react";
import "../utils/style.css";
function UimStoreSlash(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.25,
d: "M20 18.586v-7.143a3.947 3.947 0 0 1-5-.8 3.957 3.957 0 0 1-1.789 1.154Z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 1,
d: "M22 23a.997.997 0 0 1-.707-.293l-20-20a1 1 0 0 1 1.414-1.414l20 20A1 1 0 0 1 22 23Z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 0.7,
d: "M12.586 14H10a1 1 0 0 0-1 1v7h6v-5.586Z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 0.25,
d: "M10 14h2.586l-2.49-2.49A3.84 3.84 0 0 1 9 10.642a3.998 3.998 0 0 1-5 .82v9.538A1 1 0 0 0 5 22h4v-7a1 1 0 0 1 1-1zm5 2.414V22h4a.993.993 0 0 0 .93-.655z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 0.5,
d: "M13.211 11.797A3.957 3.957 0 0 0 15 10.643 3.998 3.998 0 0 0 22 8a1.006 1.006 0 0 0-.071-.371l-2-5A1 1 0 0 0 19 2H5a1 1 0 0 0-.929.629l-.008.02zM3.255 4.669 2.071 7.63A1.006 1.006 0 0 0 2 8a3.998 3.998 0 0 0 7 2.643 3.84 3.84 0 0 0 1.095.866z"
}));
}
export default UimStoreSlash;