@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.44 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ImageSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ImageSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.805 2.743a1.87 1.87 0 0 1 1.272-.493h11.846c.467 0 .926.172 1.272.493.348.323.555.774.555 1.257v8c0 .483-.207.934-.555 1.257a1.87 1.87 0 0 1-1.272.493H2.077a1.87 1.87 0 0 1-1.272-.493A1.72 1.72 0 0 1 .25 12V4c0-.483.207-.934.555-1.257M1.75 7.79V12c0 .048.02.106.076.158a.37.37 0 0 0 .25.092h6.952a6.6 6.6 0 0 0-2.124-3.022 6.75 6.75 0 0 0-4.37-1.476h-.019a7 7 0 0 0-.765.038m8.846 4.46h3.327a.37.37 0 0 0 .251-.092.22.22 0 0 0 .076-.158v-1.352a7.56 7.56 0 0 0-4.217.123c.235.471.424.967.563 1.479M9.218 9.466a9.06 9.06 0 0 1 5.032-.359V4a.22.22 0 0 0-.076-.158.37.37 0 0 0-.25-.092H2.076a.37.37 0 0 0-.251.092A.22.22 0 0 0 1.75 4v2.283q.38-.032.76-.031a8.25 8.25 0 0 1 5.332 1.806c.518.415.98.888 1.376 1.408m.545-4.703a1.75 1.75 0 1 1 2.475 2.475 1.75 1.75 0 0 1-2.475-2.475M11 5.75a.25.25 0 1 0 0 .5.25.25 0 0 0 0-.5", clipRule: "evenodd" }))); });
exports.ImageSIcon.displayName = 'ImageSIcon';