UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 573 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 Cloudsmith = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M24 10.667v2.667L13.333 24h-2.666L0 13.334v-2.667L10.667 0h2.666L24 10.667zm-12 6.869a5.535 5.535 0 100-11.07 5.535 5.535 0 000 11.07z" })); exports.default = Cloudsmith;