UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 846 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 CandyRound1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 5.25a6.751 6.751 0 016.24 4.172l2.583-1.789A.75.75 0 0122 8.25v7.5a.75.75 0 01-1.177.617l-2.583-1.789a6.751 6.751 0 01-12.479 0l-2.584 1.789A.75.75 0 012 15.75v-7.5a.75.75 0 011.177-.617l2.584 1.79a6.752 6.752 0 016.24-4.173zm0 1.5a5.25 5.25 0 10.002 10.5 5.25 5.25 0 00-.001-10.5zm6.75 6.357l1.75 1.212V9.68l-1.75 1.212v2.214zm-13.5 0v-2.214L3.5 9.681v4.638l1.75-1.212z", fill: "#323544" })); exports.default = CandyRound1;