UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 635 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 CodeSimpleThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M90.66 67L22 128l68.64 61a4 4 0 01-5.32 6l-72-64a4 4 0 010-6l72-64a4 4 0 115.32 6zm152 58l-72-64a4 4 0 10-5.32 6L234 128l-68.64 61a4 4 0 005.32 6l72-64a4 4 0 000-6z" })); exports.default = CodeSimpleThin;