@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 802 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var HighlightAccent = /*#__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: "M20 4v3.85a.75.75 0 0 1-.72.65H4.64A.75.75 0 0 1 4 7.74V4h16Zm-4.5 9.5h-7V21l6.58-3.1c.23-.11.38-.33.42-.58V13.5Z"
}));
});
HighlightAccent.displayName = 'HighlightAccent';
export var HighlightAccentDimensions = {
height: 24,
width: 24
};