iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.08 kB
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 Doctrine = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M8.791 0a2.2 2.2 0 00-.254.016 2.222 2.222 0 00-1.95 2.383 2.215 2.215 0 00.666 1.416l-.003.004L9.585 6.02a9.153 9.153 0 002.78 17.973 9.152 9.152 0 008.787-9.145l-.116-1.451a9.115 9.115 0 00-2.625-5.08h.002L10.336.613l-.002.001A2.22 2.22 0 008.791 0m2.215 8.548a1.485 1.485 0 01.91.453l4.747 4.773a1.324 1.324 0 01.436.789l.017.21a1.326 1.326 0 01-.451.998l-4.779 4.822a1.49 1.49 0 01-.999.438 1.489 1.489 0 01-1.544-1.366 1.481 1.481 0 01.439-1.176l2.42-2.422H7.175v-.002a1.329 1.329 0 01-.173-2.649 1.4 1.4 0 01.144-.01l.017.001c1.658.006 3.315.003 4.973.003l-2.28-2.28a1.475 1.475 0 01-.498-.993 1.482 1.482 0 011.303-1.588 1.5 1.5 0 01.345-.001" }));
exports.default = Doctrine;