@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 991 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var RibbonAdd = /*#__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: "M23 6.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0ZM18 7v2.5a.5.5 0 1 1-1 0V7h-2.5a.5.5 0 0 1 0-1H17V3.5a.5.5 0 1 1 1 0V6h2.5a.5.5 0 0 1 0 1H18Zm-7-.5c0-1.65.62-3.16 1.63-4.3A7.02 7.02 0 0 0 4 9a7 7 0 0 0 12.77 3.96A6.5 6.5 0 0 1 11 6.5Zm5 8.75v6c0 .6-.68.96-1.18.61L11 19.17l-3.82 2.7A.75.75 0 0 1 6 21.24v-6a7.97 7.97 0 0 0 10 0Z"
}));
});
RibbonAdd.displayName = 'RibbonAdd';
export var RibbonAddDimensions = {
height: 24,
width: 24
};