@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M34.75 11h-21.5A5.25 5.25 0 0 0 8 16.25v.77l.5-.02a6.5 6.5 0 0 1 6.48 6h18.04A6.5 6.5 0 0 1 40 17.02v-.77c0-2.9-2.35-5.25-5.25-5.25Zm4.75 8a4.5 4.5 0 0 1 4.5 4.5v6.25c0 2.47-1.7 4.54-4 5.1v2.9a1.25 1.25 0 1 1-2.5 0V35h-27v2.75a1.25 1.25 0 1 1-2.5 0v-2.9c-2.3-.56-4-2.63-4-5.1V23.5a4.5 4.5 0 0 1 9 0v.5a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1v-.5a4.5 4.5 0 0 1 4.5-4.5Z"
}));
});
Couch.displayName = 'Couch';
export var CouchDimensions = {
height: 48,
width: 48
};