@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 968 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Couch = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M19.25 10.75A2.75 2.75 0 0 1 22 13.33v2.92c0 .92-.7 1.67-1.6 1.74l-.15.01H3.75c-.92 0-1.67-.7-1.74-1.6L2 16.24V13.5a2.75 2.75 0 0 1 5.42-.67l.03.17h9.1l.03-.17a2.75 2.75 0 0 1 2.67-2.08zM5.75 6h12.5c.92 0 1.67.7 1.74 1.6l.01.15v2.08A3.77 3.77 0 0 0 15.81 12H8.2A3.75 3.75 0 0 0 4 9.83V7.75c0-.92.7-1.67 1.6-1.74L5.76 6z"
}));
});
Couch.displayName = 'Couch';
export var CouchDimensions = {
height: 24,
width: 24
};