@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.16 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeviceSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.DeviceSIcon = (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: "M2.803.777A1.88 1.88 0 0 1 4.111.25h7.778c.486 0 .957.187 1.308.527s.553.808.553 1.3v11.846c0 .492-.202.96-.553 1.3a1.88 1.88 0 0 1-1.308.527H4.11a1.88 1.88 0 0 1-1.308-.527 1.8 1.8 0 0 1-.553-1.3V2.077c0-.492.202-.96.553-1.3m1.308.973a.38.38 0 0 0-.264.104.3.3 0 0 0-.097.223v11.846c0 .08.032.16.097.223a.38.38 0 0 0 .264.104h7.778a.38.38 0 0 0 .264-.104.3.3 0 0 0 .097-.223V2.077a.3.3 0 0 0-.097-.223.38.38 0 0 0-.264-.104z", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", d: "M9 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }))); });
exports.DeviceSIcon.displayName = 'DeviceSIcon';