UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 969 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 Daisyui = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 0C7.828.001 4.396 3.433 4.395 7.605c.001 4.172 3.433 7.604 7.605 7.605 4.172-.001 7.604-3.433 7.605-7.605C19.604 3.433 16.172.001 12 0zm0 .286c4.016 0 7.32 3.304 7.32 7.32-.001 4.015-3.305 7.318-7.32 7.318-4.015 0-7.319-3.304-7.32-7.319 0-4.016 3.304-7.32 7.32-7.32zm0 4.04a3.294 3.294 0 00-3.279 3.279v.001A3.296 3.296 0 0012 10.884a3.294 3.294 0 003.279-3.279A3.294 3.294 0 0012 4.326zM8.34 16.681h-.008a3.67 3.67 0 00-3.652 3.652v.015A3.67 3.67 0 008.332 24h7.336a3.67 3.67 0 003.652-3.652v-.016a3.67 3.67 0 00-3.652-3.652h-.008z" })); exports.default = Daisyui;