@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.42 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconHidden16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M2.15925 6.05823C2.02008 5.76616 2.26259 5.5 2.58613 5.5c.38089 0 .43043.07971.5717.30704.03147.05063.06748.10858.11272.17461.23171.33817.58808.73858 1.05296 1.12142C5.25733 7.8721 6.54003 8.5 8.00031 8.5c1.46027 0 2.74299-.6279 3.67679-1.39693.4649-.38284.8212-.78325 1.053-1.12142.0433-.06321.0784-.11893.1093-.16788.1484-.23497.1981-.31377.5751-.31377.3235 0 .566.26615.4269.55823-.234.49089-.7179 1.12016-1.3972 1.70607l.9722 1.45835c.1532.22976.0911.5402-.1387.69338-.2297.15317-.5402.09107-.6934-.13868l-.9402-1.4103c-.4738.31033-1.0076.58378-1.5905.78426l.4318 1.72739c.067.2679-.0959.5394-.3638.6064-.26786.0669-.53933-.0959-.6063-.3638l-.42947-1.71789C8.73662 9.46577 8.37417 9.5 8.00031 9.5c-.37382 0-.73624-.03422-1.08541-.09657l-.42946 1.71787c-.06698.2679-.33844.4307-.60634.3638-.2679-.067-.43078-.3385-.3638-.6064l.43184-1.72735c-.58291-.20047-1.11672-.47392-1.59059-.78424l-.94016 1.41024c-.15317.22975-.46361.29185-.69337.13868-.22977-.15318-.29186-.46362-.13868-.69338l.97219-1.45828c-.67942-.58593-1.16336-1.21523-1.39728-1.70614", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-hidden-16.js.map