UNPKG

@icongo/fc

Version:
24 lines 889 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var FCRotateToPortrait = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props, { children: [/*#__PURE__*/_jsx("path", { fill: "#37474F", d: "M41 38H7c-2.2 0-4-1.8-4-4V14c0-2.2 1.8-4 4-4h34c2.2 0 4 1.8 4 4v20c0 2.2-1.8 4-4 4z" }), /*#__PURE__*/_jsx("path", { fill: "#F3E5F5", d: "M6 14v20c0 .6.4 1 1 1h34c.6 0 1-.4 1-1V14c0-.6-.4-1-1-1H7c-.6 0-1 .4-1 1z" }), /*#__PURE__*/_jsx("path", { fill: "#9C27B0", d: "m26 15-5.9 7h11.8z" }), /*#__PURE__*/_jsx("path", { fill: "#9C27B0", d: "M24 21v6c0 1.1-.9 2-2 2s-2-.9-2-2v-2h-4v2c0 3.3 2.7 6 6 6s6-2.7 6-6v-6h-4z" })] })); export { FCRotateToPortrait };