UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 871 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 TimelineEvent = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-timeline-event", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12 17c1.306 0 2.418.835 2.83 2H20a1 1 0 010 2h-5.171a3.001 3.001 0 01-5.658 0H4a1 1 0 010-2h5.17A3.001 3.001 0 0112 17zM17 2a2 2 0 012 2v8a2 2 0 01-2 2h-2.586l-1.707 1.707a1 1 0 01-1.32.083l-.094-.083L9.585 14H7a2 2 0 01-1.995-1.85L5 12V4a2 2 0 012-2h10z" })); exports.default = TimelineEvent;