UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.03 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconReleaseNotesSmall24 = 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.5 6h-7c-.27614 0-.5.22386-.5.5v11c0 .2761.22386.5.5.5h7c.2761 0 .5-.2239.5-.5v-11c0-.27614-.2239-.5-.5-.5m-7-1C7.67157 5 7 5.67157 7 6.5v11c0 .8284.67157 1.5 1.5 1.5h7c.8284 0 1.5-.6716 1.5-1.5v-11c0-.82843-.6716-1.5-1.5-1.5zm5.3535 3.14645c.1953.19526.1953.51184 0 .7071l-2 1.99995c-.1952.1953-.5118.1953-.707 0l-1-.99995c-.19531-.19526-.19531-.51184 0-.7071.1952-.19526.5118-.19526.707 0l.6465.64644 1.6465-1.64644c.1952-.19526.5118-.19526.707 0m0 5.70705c.1953-.1952.1953-.5118 0-.707-.1952-.1953-.5118-.1953-.707 0L11.5 14.7929l-.6465-.6464c-.1952-.1953-.5118-.1953-.707 0-.19531.1952-.19531.5118 0 .707l1 1c.1952.1953.5118.1953.707 0z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-release-notes-small-24.js.map