UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.2 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 ScreenRotation20 = (_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: "M11.667 3.25a.5.5 0 1 0 0 1c.954 0 1.636.237 2.131.567.498.332.836.778 1.067 1.24.172.343.281.69.35.992l-.825-.413a.5.5 0 1 0-.447.895l1.667.833a.5.5 0 0 0 .577-.094l1.25-1.25a.5.5 0 0 0-.707-.707l-.535.534a5.477 5.477 0 0 0-.435-1.237 4.156 4.156 0 0 0-1.407-1.625c-.677-.451-1.557-.735-2.686-.735ZM2.5 3.417a.75.75 0 0 0-.75.75V17.5c0 .414.336.75.75.75h15a.75.75 0 0 0 .75-.75v-6.667a.75.75 0 0 0-.75-.75H9.917V4.167a.75.75 0 0 0-.75-.75H2.5Zm7.417 8.166v5.167h6.833v-5.167H9.917ZM3.25 16.75v-2.083h5.167v2.083H3.25Zm0-3.083v-8.75h5.167v8.75H3.25Z" }))); }; exports.default = ScreenRotation20;