UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 900 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 Make = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M13.38 3.498c-.27 0-.511.19-.566.465L9.85 18.986a.578.578 0 00.453.678l4.095.826a.58.58 0 00.682-.455l2.963-15.021a.578.578 0 00-.453-.678l-4.096-.826a.589.589 0 00-.113-.012zm-5.876.098a.576.576 0 00-.516.318L.062 17.697a.575.575 0 00.256.774l3.733 1.877a.578.578 0 00.775-.258l6.926-13.781a.577.577 0 00-.256-.776L7.762 3.658a.571.571 0 00-.258-.062zm11.74.115a.576.576 0 00-.576.576v15.426c0 .318.258.578.576.578h4.178a.58.58 0 00.578-.578V4.287a.578.578 0 00-.578-.576z" })); exports.default = Make;