UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 981 B
'use strict'; 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 View3D20 = (_a) => { var { fill, size = '1.25rem' } = _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 20 20" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M10.368 1.846a.75.75 0 0 0-.736 0l-6.666 3.75a.75.75 0 0 0-.383.654v7.5c0 .271.146.52.383.654l6.666 3.75a.75.75 0 0 0 .736 0l6.666-3.75a.75.75 0 0 0 .383-.654v-7.5a.75.75 0 0 0-.383-.654l-6.666-3.75Zm-6.285 5.4v6.065L9.5 16.358v-6.066L4.083 7.246Zm6.417 9.112 5.417-3.047V7.246L10.5 10.292v6.066Zm4.892-9.965L10 3.361 4.608 6.393 10 9.426l5.392-3.033Z" }))); }; exports.default = View3D20;