UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.38 kB
'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 Floor24 = (_a) => { var { fill, size = '1.5rem' } = _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 24 24" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M12.614.71a1 1 0 0 0-1.228 0l-4.5 3.5a1 1 0 0 0 0 1.58l4.5 3.5a1 1 0 0 0 1.228 0l4.5-3.5a1 1 0 0 0 0-1.58l-4.5-3.5ZM12 7.234 9.129 5 12 2.767 14.871 5 12 7.233Zm-3.886.478a1 1 0 0 0-1.228 0l-4.5 3.5a1 1 0 0 0 0 1.578l.114.089V14.5a.5.5 0 0 0 .193.395l9 7a.5.5 0 0 0 .614 0l9-7a.5.5 0 0 0 .193-.395v-1.622l.114-.089a1 1 0 0 0 0-1.578l-4.5-3.5a1 1 0 0 0-1.228 0L12 10.733 8.114 7.711ZM20.5 13.656 17 16.378v.6l3.5-2.723v-.6Zm-7.886 6.133L16 17.156v.6l-3.5 2.722v-.612a.95.95 0 0 0 .114-.077Zm-1.114.077v.612L8 17.755v-.6l3.386 2.634c.037.029.075.054.114.077ZM7 16.378v.6l-3.5-2.723v-.6L7 16.379Zm5 1.355L9.129 15.5 12 13.267l2.871 2.233L12 17.733ZM10.371 12 7.5 14.233 4.629 12 7.5 9.767 10.371 12Zm6.129 2.233L19.371 12 16.5 9.767 13.629 12l2.871 2.233Z" }))); }; exports.default = Floor24;