UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.23 kB
"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 Component1 = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.671 3.146a.5.5 0 000 .707l2.475 2.475a.5.5 0 00.707 0l2.475-2.475a.5.5 0 000-.707L7.853.671a.5.5 0 00-.707 0L4.671 3.146zM7.5 5.268L5.732 3.5 7.5 1.732 9.267 3.5 7.5 5.268zM8.67 7.146a.5.5 0 000 .707l2.475 2.475a.5.5 0 00.707 0l2.475-2.475a.5.5 0 000-.707l-2.475-2.475a.5.5 0 00-.707 0L8.671 7.146zM11.5 9.268L9.732 7.5 11.5 5.732 13.268 7.5 11.5 9.268zM4.67 11.853a.5.5 0 010-.707l2.475-2.475a.5.5 0 01.707 0l2.475 2.475a.5.5 0 010 .707l-2.475 2.475a.5.5 0 01-.707 0l-2.475-2.474zm1.061-.353L7.5 13.268 9.267 11.5 7.5 9.732 5.732 11.5zM.672 7.146a.5.5 0 000 .708l2.474 2.474a.5.5 0 00.707 0l2.475-2.474a.5.5 0 000-.708L3.853 4.672a.5.5 0 00-.707 0L.671 7.146zM3.5 9.268L1.732 7.5 3.5 5.732 5.267 7.5 3.5 9.268z", fill: "currentColor" })); exports.default = Component1;