@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.12 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconUppercase24 = 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: "M15.4999 8c-1.7006 0-3 1.50099-3 3.25v1.5c0 1.749 1.2994 3.25 3 3.25 1.7007 0 3-1.501 3-3.25V12c0-.2761-.2238-.5-.5-.5h-2c-.2761 0-.5.2239-.5.5s.2239.5.5.5h1.5v.25c0 1.2886-.9392 2.25-2 2.25s-2-.9614-2-2.25v-1.5c0-1.28855.9392-2.25 2-2.25.6546 0 1.2522.35673 1.6244.93804.1489.23256.4581.30036.6907.15156.2325-.14892.3004-.45815.1515-.69072C17.4337 8.56672 16.5364 8 15.4999 8m-9.75354 8.0006c.22204 0 .41985-.1403.49332-.3498l.62469-1.7819h3.09285l.62358 1.7816c.0734.2097.2713.3501.4934.3501.3628 0 .6153-.3604.4914-.7014L9.19197 8.76529c-.11919-.3281-.43096-.54654-.78004-.54654-.34895 0-.66062.21828-.77991.54621L5.25509 15.2991c-.12402.3409.12846.7015.49127.7015m3.89168-3.0436L8.45251 9.56975a.04286.04286 0 0 0-.0809-.00002L7.18408 12.957z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-uppercase-24.js.map