UNPKG

@brizy/ui-icons

Version:
6 lines (5 loc) 746 B
import React from "react"; export const ColorPicker = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor" }, React.createElement("g", { fill: "currentColor" }, React.createElement("path", { fill: "currentColor", d: "M15.6,7.3c0,0-4.9-6.7-4.9-6.7c-0.4-0.4-1.3-0.9-3-0.2c-1,0.4-2.1,1.2-3.1,2.2c-1.9,1.9-3.4,4.7-2,6.1 c0,0,6.7,4.9,6.7,4.9c0.3,0.3,0.7,0.4,1.1,0.4c1.1,0,2.5-0.9,3.6-2c0.7-0.7,1.3-1.5,1.7-2.3C16.3,8.4,15.9,7.6,15.6,7.3z M6,4 c1.5-1.5,2.8-2,3.2-2c0,0,0,0,0,0c0,0.4-0.5,1.7-2,3.2c-1.5,1.5-2.8,2-3.2,2c0,0,0,0,0,0C4.1,6.7,4.5,5.4,6,4z" }), React.createElement("path", { "data-color": "color-2", d: "M0,14c0-1.1,2-4,2-4s2,2.9,2,4s-0.9,2-2,2S0,15.1,0,14z" }))));