iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 659 B
JavaScript
;
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 Easel3 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-easel3", viewBox: "0 0 16 16", ...props },
React.createElement("path", { fillRule: "evenodd", d: "M8.5 13.134V12h5a1.5 1.5 0 001.5-1.5V2h.5a.5.5 0 000-1H.5a.5.5 0 000 1H1v8.5A1.5 1.5 0 002.5 12h5v1.134a1 1 0 101 0M2 2v8.5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V2z" }));
exports.default = Easel3;