@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.32 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FrameSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FrameSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.5V4H13.5V2.5H12ZM4 13.5V12H2.5V13.5H4ZM2.5 4H4V2.5H2.5V4ZM13.5 12H12V13.5H13.5V12ZM2 1C1.44772 1 1 1.44772 1 2V4.5C1 5.05228 1.44772 5.5 2 5.5H2.5V10.5H2C1.44772 10.5 1 10.9477 1 11.5V14C1 14.5523 1.44772 15 2 15H4.5C5.05228 15 5.5 14.5523 5.5 14V13.5H10.5V14C10.5 14.5523 10.9477 15 11.5 15H14C14.5523 15 15 14.5523 15 14V11.5C15 10.9477 14.5523 10.5 14 10.5H13.5V5.5H14C14.5523 5.5 15 5.05228 15 4.5V2C15 1.44772 14.5523 1 14 1H11.5C10.9477 1 10.5 1.44772 10.5 2V2.5H5.5V2C5.5 1.44772 5.05228 1 4.5 1H2ZM11.5 10.5H12V5.5H11.5C10.9477 5.5 10.5 5.05228 10.5 4.5V4H5.5V4.5C5.5 5.05228 5.05228 5.5 4.5 5.5H4V10.5H4.5C5.05228 10.5 5.5 10.9477 5.5 11.5V12H10.5V11.5C10.5 10.9477 10.9477 10.5 11.5 10.5Z", fill: "currentColor" }))); });
exports.FrameSIcon.displayName = 'FrameSIcon';