@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var HomeAdd = /*#__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: "M21 11.98a6.5 6.5 0 0 1-8.3-9.86 2.25 2.25 0 0 0-2.15.41L3.8 8.23c-.5.42-.8 1.05-.8 1.72v9.8c0 .97.78 1.75 1.75 1.75h3c.97 0 1.75-.78 1.75-1.75v-5c0-.41.34-.75.75-.75h3.5c.41 0 .75.34.75.75v5c0 .97.78 1.75 1.75 1.75h3c.97 0 1.75-.78 1.75-1.75v-7.77z"
}), /*#__PURE__*/React.createElement("path", {
d: "M17.5 1a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm.5 8.5V7h2.5a.5.5 0 1 0 0-1H18V3.5a.5.5 0 0 0-1 0V6h-2.5a.5.5 0 0 0 0 1H17v2.5a.5.5 0 0 0 1 0z"
}));
});
HomeAdd.displayName = 'HomeAdd';
export var HomeAddDimensions = {
height: 24,
width: 24
};