iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 742 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 Abbott = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M20.812 2.4H0v3.197h19.773V5.6a1.03 1.03 0 011.032 1.031v10.742l-.004.007a1.034 1.034 0 01-1.034 1.025H4.23c-.569 0-1.033-.46-1.033-1.033v-4.34c0-.57.464-1.032 1.033-1.032H17.6V8.803H3.188A3.185 3.185 0 000 11.99v6.423A3.188 3.188 0 003.188 21.6h17.624A3.187 3.187 0 0024 18.412V5.587A3.186 3.186 0 0020.812 2.4" }));
exports.default = Abbott;