@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 876 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const DeviceMobile32 = (_a) => {
var { fill, size = '2rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M9.667 7.667a2 2 0 0 1 2-2h8.666a2 2 0 0 1 2 2v16.666a2 2 0 0 1-2 2h-8.666a2 2 0 0 1-2-2V7.667Zm10.666 0h-8.666v12.5h8.666v-12.5Zm0 13.5h-8.666v3.166h8.666v-3.166Zm-6.166 1.5a.5.5 0 0 1 .5-.5h2.666a.5.5 0 1 1 0 1h-2.666a.5.5 0 0 1-.5-.5Z" })));
};
exports.default = DeviceMobile32;