UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 742 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 Literal = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M11.148 5.719l.128-1.798 3.234.223-1.52-2.902 1.63-.836L16.176 3.4 18.142.65l1.495 1.05-1.916 2.665 3.212.221-.128 1.797-3.167-.217 1.498 2.878-1.628.836-1.578-3.017-1.99 2.771-1.495-1.05L14.36 5.94zm-8.129 9.513L5.197 0l2.569.355-1.817 12.708 5.978.825-.361 2.525zM20.981 21.7L4.328 24l-.36-2.524 16.652-2.3z" })); exports.default = Literal;