iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.02 kB
JavaScript
;
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 ColorWheel = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M.877 7.5a6.623 6.623 0 1113.246 0 6.623 6.623 0 01-13.246 0zm2.904-4.284A5.649 5.649 0 017.1 1.84v4.693L3.781 3.216zm-.565.565A5.649 5.649 0 001.84 7.1h4.693L3.216 3.781zM6.534 7.9H1.841a5.649 5.649 0 001.375 3.319L6.534 7.9zm-2.753 3.884A5.65 5.65 0 007.1 13.16V8.466l-3.319 3.318zM7.9 8.466v4.693a5.65 5.65 0 003.318-1.375L7.9 8.466zm3.884 2.752A5.648 5.648 0 0013.16 7.9H8.466l3.318 3.318zM8.466 7.1h4.693a5.65 5.65 0 00-1.375-3.319L8.466 7.1zm2.753-3.884A5.649 5.649 0 007.9 1.84v4.693l3.319-3.318z", fill: "currentColor" }));
exports.default = ColorWheel;