iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.21 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 ColourPalette3 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.028 7.227a1.25 1.25 0 111.768 1.767 1.25 1.25 0 01-1.768-1.767zM9.018 15.005a1.25 1.25 0 10-1.767 1.768 1.25 1.25 0 001.767-1.768zM7.034 9.369a1.25 1.25 0 11-.647 2.415 1.25 1.25 0 01.647-2.415zM10.923 7.895a1.25 1.25 0 10-.647-2.415 1.25 1.25 0 00.647 2.415z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.023 12c0-5.523 4.478-10 10-10 5.523 0 10 4.477 10 10 0 .735-.607 1.273-1.288 1.273h-3.698a3.004 3.004 0 00-2.127 5.125c.54.541.739 1.286.59 1.956a1.87 1.87 0 01-1.484 1.447c-.644.13-1.31.199-1.993.199-5.522 0-10-4.477-10-10zm10-8.5a8.5 8.5 0 101.696 16.831c.189-.038.283-.151.317-.301a.63.63 0 00-.188-.573 4.504 4.504 0 013.19-7.684h3.482A8.5 8.5 0 0012.023 3.5z", fill: "#323544" }));
exports.default = ColourPalette3;