UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.26 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconPhone24 = 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: "M6.72677 5.68745c-1.63724 1.63723-1.87616 4.09021-.51253 5.78085.79881.9904 1.75881 2.0905 2.85683 3.1886 1.09803 1.098 2.19813 2.058 3.18853 2.8568 1.6907 1.3636 4.1436 1.1247 5.7809-.5125.1231-.1232.1231-.3229 0-.446l-2.0065-2.0064c-.204-.2041-.5256-.2307-.7604-.063-1.1933.8524-2.828.7171-3.865-.3199l-1.84662-1.8466c-1.03699-1.0369-1.17228-2.67164-.31988-3.865.1677-.23478.14108-.5564-.06293-.76042L7.17273 5.68745c-.12315-.12315-.32281-.12315-.44596 0m-.70711-.70711c.51367-.51367 1.3465-.51367 1.86017 0l2.00644 2.00644c.54973.54968.62143 1.41619.16953 2.04876-.56823.79557-.47804 1.88536.2133 2.57666l1.8466 1.8466c.6913.6914 1.7811.7816 2.5767.2133.6325-.4518 1.4991-.3801 2.0487.1695l2.0065 2.0065c.5137.5137.5137 1.3465 0 1.8602-1.9468 1.9468-4.9728 2.3122-7.1158.5837-1.0128-.8169-2.14034-1.8005-3.26784-2.928s-2.11117-2.255-2.92809-3.2679c-1.72847-2.14298-1.36302-5.16895.58379-7.11576", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-phone-24.js.map