iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 731 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 Bold = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.5 2.75A.75.75 0 014.25 2h8.875a5.375 5.375 0 013.352 9.577A5.377 5.377 0 0114.625 22H4.25a.75.75 0 010-1.5H5v-17h-.75a.75.75 0 01-.75-.75zm3 8.5h6.625a3.875 3.875 0 000-7.75H6.5v7.75zm0 1.5v7.75h8.125a3.875 3.875 0 000-7.75H6.5z", fill: "#323544" }));
exports.default = Bold;