UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 745 B
"use strict"; 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 Scissors = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-scissors", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M3.5 3.5c-.614-.884-.074-1.962.858-2.5L8 7.226 11.642 1c.932.538 1.472 1.616.858 2.5L8.81 8.61l1.556 2.661a2.5 2.5 0 11-.794.637L8 9.73l-1.572 2.177a2.5 2.5 0 11-.794-.637L7.19 8.61zm2.5 10a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0m7 0a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0" })); exports.default = Scissors;