styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.58 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Scissors = 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", { d: "M20.625 5.515c-1-1.522-2.915-1.67-4.397-.824l-.186.107-.076-.003c-1.042 0-2.01.511-2.604 1.369l-.034.045c-.43.645-.723 1.236-1.005 1.809-.255.516-.5 1.01-.824 1.483-.325-.475-.57-.97-.826-1.486-.283-.571-.575-1.162-1.004-1.806l-.033-.044a3.159 3.159 0 00-2.603-1.37 3.17 3.17 0 00-3.167 3.166 3.171 3.171 0 003.167 3.168c.775 0 1.515-.287 2.087-.791l.652 1.198c-1.621 1.876-2.979 4.054-3.019 4.121-1.236 1.702.705 4.42.789 4.534a.498.498 0 00.405.207.511.511 0 00.439-.261l3.112-5.717 3.113 5.717a.5.5 0 00.407.26.478.478 0 00.437-.206c.083-.114 2.024-2.832.809-4.504l-.323-.521c-1.076-1.736-1.187-1.916-2.715-3.634l.651-1.195a3.16 3.16 0 002.088.791 3.171 3.171 0 003.167-3.168 3.13 3.13 0 00-.547-1.768c.472-.27.997-.123 1.456.095.466.191.897-.377.584-.772zM7 9a1 1 0 110-2 1 1 0 010 2zm4.5 3.395a.5.5 0 110-1 .5.5 0 010 1zM16 9a1 1 0 110-2 1 1 0 010 2z", key: "k0" })));
});
exports.Scissors.displayName = 'Scissors';
exports.ScissorsDimensions = { height: 24, width: 24 };
;