UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

6 lines 892 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconCommentNew24 = 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: "M12 19H7.2c-.57655 0-.94883-.0008-1.23216-.0239-.27167-.0222-.37239-.0599-.42183-.0851a1 1 0 0 1-.43702-.437c-.02519-.0495-.06287-.1502-.08506-.4218C5.00078 17.7488 5 17.3766 5 16.8V12c0-3.86599 3.13401-7 7-7 3.866 0 7 3.13401 7 7 0 3.866-3.134 7-7 7m-8-7c0-4.41828 3.58172-8 8-8 4.4183 0 8 3.58172 8 8 0 4.4183-3.5817 8-8 8H7.2c-1.1201 0-1.68016 0-2.10798-.218a1.9997 1.9997 0 0 1-.87403-.874C4 18.4802 4 17.9201 4 16.8z", fill: "currentColor", "fill-rule": "evenodd" }), h("circle", { cx: "17.5", cy: "6.5", fill: "var(--figma-color-icon-danger)", r: "2.5" }))); //# sourceMappingURL=icon-comment-new-24.js.map