UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 737 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 AlignTopBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M228 40a12 12 0 01-12 12H40a12 12 0 010-24h176a12 12 0 0112 12zm-16 48v88a20 20 0 01-20 20h-36a20 20 0 01-20-20V88a20 20 0 0120-20h36a20 20 0 0120 20zm-24 4h-28v80h28zm-68-4v128a20 20 0 01-20 20H64a20 20 0 01-20-20V88a20 20 0 0120-20h36a20 20 0 0120 20zm-24 4H68v120h28z" })); exports.default = AlignTopBold;