@orfeas126/box-ui-elements
Version:
Box UI Elements
28 lines (26 loc) • 2.28 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
/* eslint-disable react/jsx-sort-props */
import * as React from 'react';
import * as vars from '../../styles/variables';
import AccessibleSVG from '../../components/accessible-svg/AccessibleSVG';
/**
* This is an auto-generated component and should not be edited
* manually in contributor pull requests.
*
* If you have problems with this component:
* - https://github.com/box/box-ui-elements/issues/new?template=Bug_report.md
*
* If there are missing features in this component:
* - https://github.com/box/box-ui-elements/issues/new?template=Feature_request.md
*/
const AnnotationsHighlight16 = props => /*#__PURE__*/React.createElement(AccessibleSVG, _extends({
width: 16,
height: 16,
viewBox: "0 0 16 16"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M5.75 1a.25.25 0 01.25.25v.5a.25.25 0 01-.25.25H4v12h1.75a.25.25 0 01.25.25v.5a.25.25 0 01-.25.25h-4.5a.25.25 0 01-.25-.25v-.5a.25.25 0 01.25-.25H3V2H1.25A.25.25 0 011 1.75v-.5A.25.25 0 011.25 1h4.5zM13 4a2 2 0 012 2v4a2 2 0 01-2 2H5.75a1 1 0 01-1-1V5a1 1 0 011-1H13zm-2.78 1.5a2.83 2.83 0 00-1.991.763l.206.372a.53.53 0 00.136.148.33.33 0 00.206.064.5.5 0 00.255-.066l.255-.148c.093-.055.202-.104.325-.148s.278-.066.465-.066c.26 0 .456.078.593.233s.206.395.206.72v.283c-.548.013-1.006.066-1.374.16s-.662.213-.883.356-.38.303-.474.48S8 9.008 8 9.2c0 .217.034.407.103.57a1.11 1.11 0 00.29.41 1.23 1.23 0 00.444.247c.17.055.358.082.56.082.17 0 .328-.014.47-.042a1.83 1.83 0 00.4-.127 2.87 2.87 0 00.36-.2 4.18 4.18 0 00.355-.29l.103.344c.034.1.08.167.14.2s.143.05.252.05H12V7.37a2.29 2.29 0 00-.119-.754 1.64 1.64 0 00-.348-.59 1.59 1.59 0 00-.561-.386 1.93 1.93 0 00-.752-.139zm.654 2.86v.815a1.812 1.812 0 01-.507.393 1.36 1.36 0 01-.614.13c-.193 0-.35-.044-.47-.132s-.18-.234-.18-.438c0-.104.03-.2.09-.287a.72.72 0 01.294-.231c.137-.066.32-.12.544-.163a6.27 6.27 0 01.843-.087z",
fill: vars.bdlGray50,
fillRule: "evenodd"
}));
export default AnnotationsHighlight16;
//# sourceMappingURL=AnnotationsHighlight16.js.map