UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 778 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 CodeSlash = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-code-slash", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M10.478 1.647a.5.5 0 10-.956-.294l-4 13a.5.5 0 00.956.294zM4.854 4.146a.5.5 0 010 .708L1.707 8l3.147 3.146a.5.5 0 01-.708.708l-3.5-3.5a.5.5 0 010-.708l3.5-3.5a.5.5 0 01.708 0m6.292 0a.5.5 0 000 .708L14.293 8l-3.147 3.146a.5.5 0 00.708.708l3.5-3.5a.5.5 0 000-.708l-3.5-3.5a.5.5 0 00-.708 0" })); exports.default = CodeSlash;