UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 899 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 Artifacthub = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 24a3.433 3.433 0 01-1.78-.5l-7.51-4.292A3.402 3.402 0 011.07 16.3V7.73c0-1.253.636-2.37 1.76-3.01L10.25.479a3.427 3.427 0 013.496.001l7.42 4.238a3.401 3.401 0 011.762 3.01v8.582c0 .967-.443 2.164-1.637 2.898l-7.51 4.292c-.564.344-1.199.5-1.782.5zm-.5-21.347l-7.545 4.31c-.2.156-.379.368-.379.767l.001 8.67a.96.96 0 00.373.635l7.56 4.316c.266.172.664.21.985 0l7.518-4.296a.923.923 0 00.41-.654V7.73a.923.923 0 00-.377-.766L12.5 2.652a.907.907 0 00-1 .001z" })); exports.default = Artifacthub;