iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 889 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Scissors1Vertical = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.397 15.312a3.162 3.162 0 11-1.273.797l-2.163-3.088-2.145 3.064a3.162 3.162 0 11-1.283-.783l2.513-3.588L6.792 4.21a.75.75 0 111.229-.86l8.376 11.961zm-7.821 1.342a1.662 1.662 0 100 3.323 1.662 1.662 0 000-3.323zm7.15 1.662a1.662 1.662 0 103.324 0 1.662 1.662 0 00-3.323 0z", fill: "#323544" }),
React.createElement("path", { d: "M19.167 4.159l-4.448 6.353-.916-1.308 4.135-5.906a.75.75 0 011.23.86z", fill: "#323544" }));
exports.default = Scissors1Vertical;