UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 1 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.WpShortcodeElement = void 0; const react_1 = __importDefault(require("react")); exports.WpShortcodeElement = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, react_1.default.createElement("path", { fill: "currentColor", d: "M5 1c.552 0 1 .5 1 1s-.5 1-1 1l.007-.001L4.125 3C3.45 3 3 3.492 3 4.23v7.54c0 .738.45 1.23 1.125 1.23H5c.5 0 1 .448 1 1a1 1 0 0 1-.883.993L5 15H1a1 1 0 0 1-.993-.883L0 14V2a1 1 0 0 1 .883-.993L1 1h4Zm10 0 .117.007A1 1 0 0 1 16 2v12l-.007.117A1 1 0 0 1 15 15h-4l-.117-.007A1 1 0 0 1 10 14c0-.552.5-1 1-1h.875C12.55 13 13 12.508 13 11.77V4.23C13 3.493 12.55 3 11.875 3l-.882-.001C10.5 3 10 2.5 10 2s.448-1 1-1h4Z" })));