UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 904 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 Polygon = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.82 16.342l5.692-3.287A.98.98 0 0024 12.21V5.635a.98.98 0 00-.488-.846l-5.693-3.286a.98.98 0 00-.977 0L11.15 4.789a.98.98 0 00-.489.846v11.747L6.67 19.686l-3.992-2.304v-4.61l3.992-2.304 2.633 1.52V8.896L7.158 7.658a.98.98 0 00-.977 0L.488 10.945a.98.98 0 00-.488.846v6.573a.98.98 0 00.488.847l5.693 3.286a.981.981 0 00.977 0l5.692-3.286a.98.98 0 00.489-.846V6.618l.072-.041 3.92-2.263 3.99 2.305v4.609l-3.99 2.304-2.63-1.517v3.092l2.14 1.236a.981.981 0 00.978 0v-.001z" })); exports.default = Polygon;