@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
6 lines • 3.1 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconLowercase24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" },
h("path", { d: "M8.37896 16.2153c-.36984 0-.70548-.0697-1.00693-.209q-.44836-.20895-.71434-.6042c-.17479-.2659-.26218-.5902-.26218-.9727 0-.3318.06459-.6029.19378-.8131q.19759-.3192.52436-.5016t.72575-.2736c.26598-.0608.53576-.1076.80934-.1406.35211-.0456.63709-.081.85494-.1064q.33057-.03795.48256-.1254c.10136-.0582.15196-.1583.15196-.3001v-.0304q.00001-.52815-.29255-.8208-.29258-.2925-.87773-.2925c-.40531 0-.72322.0886-.95373.2659q-.13724.1056-.24216.219c-.17108.1848-.42417.311-.66634.2418-.287-.082-.44716-.3998-.27567-.6441.0945-.1346.20171-.2521.32163-.3524.25078-.2103.53069-.3597.83974-.4484q.46736-.1368.95373-.1368c.21025 0 .44203.0254.69535.076q.37995.07215.72193.285c.2305.1393.4205.3458.57.6193.1494.2711.2242.6283.2242 1.0716v3.3589c0 .277-.2246.5016-.5016.5016h-.1045c-.2193 0-.3971-.1778-.3971-.3971v-.3691c0-.0154-.0125-.028-.028-.028a.0284.0284 0 0 0-.0253.0158c-.0663.1318-.1688.2672-.30765.406-.14439.1419-.3331.2622-.56615.361-.23305.0962-.5155.1444-.84734.1444m.18999-.8588c.3369 0 .62188-.0658.85493-.1976.23305-.1317.41037-.3027.53196-.5129.12416-.2103.18616-.4344.18616-.6726v-.5136c0-.098-.14907-.1826-.24315-.1551-.1216.0355-.26092.0658-.41797.0912a17 17 0 0 1-.45597.0684q-.22038.02655-.36477.0456c-.22545.0304-.43444.0785-.62695.1444q-.28499.0987-.45977.2925-.17099.19005-.17099.513 0 .4446.33058.6726.33057.2241.83594.2241", fill: "currentColor" }),
h("path", { d: "M15.0241 18.3925c-.4484 0-.8334-.0583-1.1552-.1748-.3217-.114-.5876-.266-.7979-.4559-.0717-.0657-.1377-.1331-.198-.2023-.1829-.2102-.0848-.5183.1607-.6499.2293-.1229.5146-.0544.6888.1389.0019.0022.0039.0043.0059.0065.1215.1317.2862.2457.4939.342.2077.0962.4775.1444.8094.1444.4509 0 .8232-.1102 1.1171-.3306q.4407-.32685.4407-1.0335v-1.1185c0-.0266-.0214-.048-.048-.048a.0486.0486 0 0 0-.0419.0242c-.0651.111-.1554.2384-.271.3823-.1242.152-.2989.2863-.5244.4028q-.33435.171-.8853.171c-.4661 0-.8854-.1089-1.2577-.3268-.3699-.2204-.6625-.5433-.8778-.9689s-.3229-.9449-.3229-1.5579c0-.608.1051-1.1336.3153-1.5769.2103-.4458.5016-.7891.874-1.0297.3723-.2407.7992-.361 1.2805-.361.3723 0 .67.0621.8929.1862.2229.1216.3952.2622.5168.4218.1147.1475.2057.2734.2728.3777.01.0155.0272.025.0457.025.0297 0 .0538-.0241.0538-.0538v-.4135c0-.2581.2093-.4674.4674-.4674h.0285c.2739 0 .4959.222.4959.4959v5.4887c0 .5015-.1153.9106-.3458 1.2273-.228.3192-.537.5547-.9271.7067q-.58515.228-1.3071.228m-.019-3.2753c.3445 0 .6345-.0786.8701-.2356.2381-.1596.4192-.3889.5434-.6878.1241-.2989.1861-.6561.1861-1.0715 0-.4078-.0608-.7663-.1824-1.0753-.1215-.3091-.3014-.551-.5395-.7258-.2381-.1773-.5307-.2659-.8777-.2659-.3598 0-.6599.0924-.9006.2773-.2406.185-.4217.4332-.5433.7448-.1191.3116-.1786.6599-.1786 1.0449 0 .3952.0608.7422.1824 1.0411.1241.2989.3052.5333.5433.703.2407.1672.5396.2508.8968.2508", fill: "currentColor" })));
//# sourceMappingURL=icon-lowercase-24.js.map