UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 865 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 ComponentNone = (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: "M7.854 1.49a.5.5 0 00-.708 0L1.49 7.146a.5.5 0 000 .708l2.474 2.474-2.318 2.318a.5.5 0 00.708.708l2.318-2.318 2.474 2.474a.5.5 0 00.708 0l5.657-5.656a.5.5 0 000-.708l-2.475-2.474 2.318-2.318a.5.5 0 10-.708-.708l-2.318 2.318L7.854 1.49zM9.62 4.672L7.5 2.55 2.55 7.5l2.122 2.121 4.95-4.95zM5.38 10.328L7.5 12.45l4.95-4.95-2.121-2.121-4.95 4.95z", fill: "currentColor" })); exports.default = ComponentNone;