@icongo/fc
Version:
Flat Color Icons
24 lines • 894 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCRotateToLandscape = 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: "M10 41V7c0-2.2 1.8-4 4-4h20c2.2 0 4 1.8 4 4v34c0 2.2-1.8 4-4 4H14c-2.2 0-4-1.8-4-4z"
}), /*#__PURE__*/_jsx("path", {
fill: "#F3E5F5",
d: "M34 6H14c-.6 0-1 .4-1 1v34c0 .6.4 1 1 1h20c.6 0 1-.4 1-1V7c0-.6-.4-1-1-1z"
}), /*#__PURE__*/_jsx("path", {
fill: "#9C27B0",
d: "m22 34 5.9-7H16.1z"
}), /*#__PURE__*/_jsx("path", {
fill: "#9C27B0",
d: "M26 16c-3.3 0-6 2.7-6 6v6h4v-6c0-1.1.9-2 2-2s2 .9 2 2v2h4v-2c0-3.3-2.7-6-6-6z"
})]
}));
export { FCRotateToLandscape };