@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.79 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconHandSmall24 = 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: "M13 8.5v-2c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v4c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5v-3c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5V12c0 .3794-.21471.7261-.55436.8952s-.74572.1314-1.04844-.0973l-.67269-.5082a1.03 1.03 0 0 1-.08047-.0677c-.18858-.1765-.36322-.2475-.46884-.2617-.04769-.0065-.07667-.0013-.09391.0041-.01475.0046-.04193.0158-.0808.0522.00098.0147.00376.0375.01096.0701.04243.1917.17009.4494.38803.8231.0315.054.08189.1345.1522.2418 1.38586 2.1134 2.96422 3.7395 4.96372 3.8367.1562.0076.3202.0117.4923.0117 1.3115 0 2.2287-.4162 2.8474-1.0639.6331-.6628 1.0518-1.6719 1.1474-3.0216l.0012-.0151-.0001-.001-.0013-.0292A2.2 2.2 0 0 1 17 12.772V8.5c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v2c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5v-3c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v3c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5v-2m-4-1V12l-.67268-.5082c-.10333-.0967-.2132-.1827-.32732-.2559-.55395-.3554-1.20814-.4103-1.70136.0682-.59499.5772-.18685 1.3827.23701 2.1095.04434.076.10562.1732.17979.2863 1.39219 2.1231 3.21562 4.164 5.75146 4.2872.1727.0084.3529.0129.5408.0129 3.0791 0 4.7782-1.9902 4.9923-5.0148.0066-.0463.0044-.0933.0022-.1408-.0011-.024-.0022-.0481-.0022-.0724V8.5c0-.82843-.6716-1.5-1.5-1.5-.1951 0-.3815.03726-.5525.10506C15.7741 6.46825 15.1917 6 14.5 6c-.1951 0-.3815.03726-.5525.10506C13.7741 5.46825 13.1917 5 12.5 5s-1.2741.46825-1.4475 1.10506C10.8815 6.03726 10.6951 6 10.5 6 9.67157 6 9 6.67157 9 7.5", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-hand-small-24.js.map