@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
27 lines • 1.12 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var NoteAdd = /*#__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: "M12 6.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0zM7 7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 1 0V6h2.5a.5.5 0 0 1 0 1H7z"
}), /*#__PURE__*/React.createElement("path", {
d: "M6.5 13a6.5 6.5 0 0 0 5.48-10h5.77C19.55 3 21 4.46 21 6.25V13h-4.75A3.25 3.25 0 0 0 13 16.25V21H6.25A3.25 3.25 0 0 1 3 17.75v-5.77A6.47 6.47 0 0 0 6.5 13z"
}), /*#__PURE__*/React.createElement("path", {
d: "m20.56 14.5-6.06 6.06v-4.31c0-.97.78-1.75 1.75-1.75h4.31z"
}));
});
NoteAdd.displayName = 'NoteAdd';
export var NoteAddDimensions = {
height: 24,
width: 24
};