styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.56 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Scissors = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { d: "M14.279 10.62c-1.042-1.628-2.829-2.345-3.992-1.601-.1.064-.193.138-.277.218L8.769 7.295l2.867-4.5c.235-.433.321-.949.207-1.468A2.12 2.12 0 0011.091.12l-.192-.122-3.398 5.314L4.103-.002 3.911.12a2.12 2.12 0 00-.545 2.675l2.867 4.5-1.241 1.942a1.834 1.834 0 00-.277-.218c-1.163-.744-2.95-.028-3.992 1.601s-.944 3.551.219 4.296c1.163.744 2.95.028 3.992-1.601l2.567-4.029 2.567 4.029c1.042 1.628 2.829 2.345 3.992 1.601s1.261-2.667.219-4.296zM3.67 12.507c-.469.733-1.071 1.089-1.478 1.179-.133.029-.317.047-.443-.033-.139-.089-.231-.324-.247-.629-.025-.494.151-1.076.483-1.594.469-.733 1.071-1.089 1.478-1.179.133-.029.317-.047.443.033.139.089.231.324.247.629.025.495-.151 1.076-.483 1.594zM7.5 8a.5.5 0 110-1 .5.5 0 010 1zm5.998 5.023c-.016.305-.108.54-.247.629-.125.08-.31.062-.443.033-.407-.089-1.009-.446-1.478-1.179-.332-.519-.508-1.1-.483-1.594.016-.305.108-.54.247-.629.125-.08.31-.062.443-.033.407.089 1.009.446 1.478 1.179.332.519.508 1.1.483 1.594z", key: "k0" })));
});
Scissors.displayName = 'Scissors';
export var ScissorsDimensions = { height: 16, width: 16 };