iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.25 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 Keyframes = (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-keyframes", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M8 4a2.599 2.599 0 00-2 .957l-4.355 5.24a2.847 2.847 0 00-.007 3.598l4.368 5.256C6.505 19.651 7.23 20 8 20a2.599 2.599 0 002-.957l4.355-5.24a2.847 2.847 0 00.007-3.598L9.994 4.949A2.593 2.593 0 008 4zM16.382 4.214a1 1 0 011.32.074l.084.094 4.576 5.823c.808.993.848 2.396.13 3.419l-.12.158-4.586 5.836a1 1 0 01-1.644-1.132l.072-.104 4.596-5.85a.845.845 0 00.06-.978l-.07-.1-4.586-5.836a1 1 0 01.168-1.404z" }),
React.createElement("path", { d: "M12.382 4.214a1 1 0 011.32.074l.084.094 4.576 5.823c.808.993.848 2.396.13 3.419l-.12.158-4.586 5.836a1 1 0 01-1.644-1.132l.072-.104 4.596-5.85a.845.845 0 00.06-.978l-.07-.1-4.586-5.836a1 1 0 01.168-1.404z" }));
exports.default = Keyframes;