@brizy/ui-icons
Version:
10 lines (9 loc) • 770 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.SavedBlockTags = void 0;
const react_1 = __importDefault(require("react"));
exports.SavedBlockTags = ({ 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: "M9.5 13a1.5 1.5 0 0 1 0 3h-3a1.5 1.5 0 0 1 0-3Zm3-6a1.5 1.5 0 0 1 0 3h-9a1.5 1.5 0 0 1 0-3Zm2.167-6C15.403 1 16 1.672 16 2.5S15.403 4 14.667 4H1.333C.597 4 0 3.328 0 2.5S.597 1 1.333 1Z" })));