UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.24 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 ScreenRotation64 = (_a) => { var { fill, size = '4rem' } = _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 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M37.333 11a1 1 0 1 0 0 2c3.159 0 5.461.787 7.154 1.915 1.7 1.133 2.845 2.65 3.619 4.199.776 1.552 1.169 3.116 1.366 4.3l.035.222-3.726-1.864a1 1 0 0 0-.895 1.79l5.333 2.666a1 1 0 0 0 1.155-.188l4-4a1 1 0 0 0-1.414-1.414l-2.507 2.507-.008-.047c-.22-1.316-.66-3.085-1.55-4.866-.893-1.786-2.248-3.602-4.299-4.969C43.54 11.88 40.842 11 37.333 11ZM8 11.833a1.5 1.5 0 0 0-1.5 1.5V56A1.5 1.5 0 0 0 8 57.5h48a1.5 1.5 0 0 0 1.5-1.5V34.667a1.5 1.5 0 0 0-1.5-1.5H30.833V13.333a1.5 1.5 0 0 0-1.5-1.5H8Zm22.833 24.334V54.5H54.5V36.167H30.833ZM9.5 54.5v-8.167h18.333V54.5H9.5Zm0-10.167v-29.5h18.333v29.5H9.5Z" }))); }; exports.default = ScreenRotation64;