UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.11 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 Garage20 = (_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: "M9.47 1.97a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06l-.387-.386v6.606h.917a.75.75 0 0 1 0 1.5h-15a.75.75 0 0 1 0-1.5h.917v-6.606l-.387.386a.75.75 0 1 1-1.06-1.06l7.5-7.5Zm5.613 14.78V8.644L10 3.561 4.91 8.65a.757.757 0 0 1 .007.099v8h.833V9.583a.5.5 0 0 1 .5-.5h7.5a.5.5 0 0 1 .5.5v7.167h.833ZM10 5.333a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Zm3.25 4.75v1.5h-6.5v-1.5h6.5Zm-4-3a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm4 7v-1.5h-6.5v1.5h6.5Zm0 1v1.667h-6.5v-1.667h6.5Z" }))); }; exports.default = Garage20;