UNPKG

@wordpress/icons

Version:
14 lines 395 B
/** * WordPress dependencies */ import { SVG, Path } from '@wordpress/primitives'; import { jsx as _jsx } from "react/jsx-runtime"; const formatItalic = /*#__PURE__*/_jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /*#__PURE__*/_jsx(Path, { d: "M12.5 5L10 19h1.9l2.5-14z" }) }); export default formatItalic; //# sourceMappingURL=format-italic.js.map