UNPKG

@wordpress/icons

Version:
14 lines 379 B
/** * WordPress dependencies */ import { Path, SVG } from '@wordpress/primitives'; import { jsx as _jsx } from "react/jsx-runtime"; const lineSolid = /*#__PURE__*/_jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /*#__PURE__*/_jsx(Path, { d: "M5 11.25h14v1.5H5z" }) }); export default lineSolid; //# sourceMappingURL=line-solid.js.map