UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.29 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconLinkSmall24 = 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.1478 12.855c-.196-.1945-.1972-.5111-.0028-.7071l1.1718-1.1811c.9031-.9103.9002-2.37953-.0066-3.28629-.9118-.91184-2.3911-.90891-3.2993.00654L11.855 8.85217c-.1945.19603-.5111.19729-.7071.0028-.1961-.19449-.1973-.51107-.0029-.7071l1.156-1.16512c1.2983-1.30862 3.4129-1.31281 4.7164-.00934 1.2961 1.29618 1.3003 3.39639.0093 4.69769l-1.1717 1.1811c-.1945.196-.5111.1973-.7072.0028m-6.29468-1.7089c.19549.195.19584.5116.0008.7071l-1.17975 1.1824c-.90754.9096-.9067 2.3824.00187 3.291.91004.9101 2.38576.9092 3.29476-.0018l1.1752-1.1779c.1951-.1955.5116-.1959.7071-.0008.1955.195.1959.5116.0008.7071l-1.1752 1.1779c-1.2994 1.3023-3.40889 1.3035-4.70976.0026-1.29879-1.2988-1.29999-3.4041-.00268-4.7044l1.17975-1.1824c.19504-.1955.51163-.1959.70711-.0008m5.50038-.7925c.1953-.1953.1953-.51188 0-.70714-.1952-.19526-.5118-.19526-.7071 0L9.64642 13.6465c-.19526.1952-.19526.5118 0 .7071.19526.1952.51188.1952.70708 0z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-link-small-24.js.map