UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 803 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 Easel2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-easel2", viewBox: "0 0 16 16", ...props }, React.createElement("path", { fillRule: "evenodd", d: "M8 0a.5.5 0 01.447.276L8.81 1h4.69A1.5 1.5 0 0115 2.5V11h.5a.5.5 0 010 1h-2.86l.845 3.379a.5.5 0 01-.97.242L12.11 14H3.89l-.405 1.621a.5.5 0 01-.97-.242L3.36 12H.5a.5.5 0 010-1H1V2.5A1.5 1.5 0 012.5 1h4.691l.362-.724A.5.5 0 018 0M2 11h12V2.5a.5.5 0 00-.5-.5h-11a.5.5 0 00-.5.5zm9.61 1H4.39l-.25 1h7.72z" })); exports.default = Easel2;