UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 749 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconBooleanSmall24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "M10 8h4c2.2091 0 4 1.79086 4 4 0 2.2091-1.7909 4-4 4h-4c-2.20914 0-4-1.7909-4-4 0-2.20914 1.79086-4 4-4m-5 4c0-2.76143 2.23857-5 5-5h4c2.7614 0 5 2.23857 5 5 0 2.7614-2.2386 5-5 5h-4c-2.76143 0-5-2.2386-5-5m5 2c-1.10457 0-2-.8954-2-2s.89543-2 2-2c1.1046 0 2 .8954 2 2s-.8954 2-2 2m-3-2c0-1.6569 1.34314-3 3-3 1.6569 0 3 1.3431 3 3s-1.3431 3-3 3c-1.65686 0-3-1.3431-3-3", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-boolean-small-24.js.map