UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 746 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 Datadotai = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M8.12 1.744L.015 10.009 0 10.023l11.986 12.219.014.015 11.986-12.22.014-.014-8.115-8.273-.006-.006zm1.207 1.02h5.326L11.99 5.41zm3.422 3.43l3.027-3.053L22.081 9.5h-6.054zM8.211 3.14l3.04 3.072L7.999 9.5h-6.08zm.62 6.977L12 6.876l3.169 3.242L12 19.842zm7.328.402h5.862l-8.793 9.005zm-14.24 0h5.915l2.958 9.006z" })); exports.default = Datadotai;