UNPKG

@wordpress/icons

Version:
20 lines (18 loc) 511 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = require("react"); var _primitives = require("@wordpress/primitives"); /** * WordPress dependencies */ const lineSolid = (0, _react.createElement)(_primitives.SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, (0, _react.createElement)(_primitives.Path, { d: "M5 11.25h14v1.5H5z" })); var _default = exports.default = lineSolid; //# sourceMappingURL=line-solid.js.map