@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
6 lines • 2.2 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconTitleCase24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" },
h("path", { d: "M6.61956 15.7318c-.07346.2096-.27128.3498-.49332.3498-.3628 0-.61529-.3605-.49126-.7014L8.0119 8.84601c.11929-.32792.43097-.54621.77992-.54621.34908 0 .66084.21845.78003.54655l2.37365 6.53395c.1239.3409-.1286.7013-.4914.7013-.2222 0-.4201-.1404-.4935-.3501L8.83239 9.6508a.04287.04287 0 0 0-.08089-.00002zm.16234-2.2378c0-.2518.20414-.4559.45596-.4559h3.10054c.2519 0 .456.2041.456.4559s-.2041.456-.456.456H7.23787c-.25183 0-.45597-.2042-.45597-.456", fill: "currentColor" }),
h("path", { d: "M15.5197 18.3919c-.4484 0-.8334-.0583-1.1551-.1748q-.48255-.171-.798-.456c-.0717-.0656-.1377-.133-.198-.2023-.1828-.2101-.0848-.5183.1608-.6499.2292-.1229.5146-.0543.6887.1389.002.0022.0039.0044.0059.0065.1216.1318.2862.2458.4939.342.2078.0963.4775.1444.8094.1444.4509 0 .8233-.1102 1.1171-.3306.2938-.2178.4408-.5623.4408-1.0335v-1.1185c0-.0265-.0215-.048-.048-.048a.0488.0488 0 0 0-.042.0243c-.0651.1109-.1554.2384-.271.3823-.1241.152-.2989.2862-.5244.4027q-.33435.171-.8853.171c-.4661 0-.8853-.1089-1.2577-.3267-.3698-.2204-.6624-.5434-.8777-.969-.2154-.4255-.323-.9448-.323-1.5579 0-.6079.1051-1.1335.3154-1.5768.2102-.4459.5015-.7891.8739-1.0298.3724-.2406.7992-.3609 1.2805-.3609.3724 0 .67.062.8929.1862.223.1215.3952.2621.5168.4217.1148.1476.2057.2735.2728.3777.01.0156.0272.0251.0457.0251.0298 0 .0539-.0241.0539-.0538v-.4136c0-.2581.2092-.4673.4673-.4673h.0285c.2739 0 .4959.222.4959.4958v5.4887c0 .5016-.1153.9107-.3458 1.2273-.228.3192-.537.5548-.9271.7068q-.58515.228-1.3071.228m-.019-3.2754c.3445 0 .6345-.0785.8701-.2356.2381-.1596.4193-.3888.5434-.6877s.1862-.6561.1862-1.0716c0-.4078-.0608-.7662-.1824-1.0753-.1216-.309-.3015-.5509-.5396-.7257-.2381-.1773-.5307-.266-.8777-.266-.3597 0-.6599.0925-.9005.2774-.2407.1849-.4218.4331-.5434.7447-.1191.3116-.1786.6599-.1786 1.0449 0 .3952.0608.7423.1824 1.0412.1241.2989.3052.5332.5434.7029q.3609.2508.8967.2508", fill: "currentColor" })));
//# sourceMappingURL=icon-title-case-24.js.map