UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 792 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 PaletteFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-palette-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M12.433 10.07C14.133 10.585 16 11.15 16 8a8 8 0 10-8 8c1.996 0 1.826-1.504 1.649-3.08-.124-1.101-.252-2.237.351-2.92.465-.527 1.42-.237 2.433.07M8 5a1.5 1.5 0 110-3 1.5 1.5 0 010 3m4.5 3a1.5 1.5 0 110-3 1.5 1.5 0 010 3M5 6.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0m.5 6.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3" })); exports.default = PaletteFill;