box-ui-elements-mlh
Version:
30 lines (27 loc) • 1.54 kB
JavaScript
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, 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
*/
var Power16 = function Power16(props) {
return /*#__PURE__*/React.createElement(AccessibleSVG, _extends({
width: 16,
height: 16,
viewBox: "0 0 16 16"
}, props), /*#__PURE__*/React.createElement("path", {
fill: vars.bdlGray,
d: "M3.854 3.147a.5.5 0 010 .707C2.696 5.007 2 6.531 2 8.064 2 11.343 4.685 14 8 14s6-2.658 6-5.935c0-1.557-.686-3.062-1.85-4.209a.499.499 0 11.701-.712C14.199 4.47 15 6.228 15 8.064 15 11.897 11.865 15 8 15s-7-3.104-7-6.935c0-1.813.81-3.586 2.147-4.919a.5.5 0 01.707 0zM8 1a.5.5 0 01.5.5v6a.5.5 0 01-1 0v-6A.5.5 0 018 1z"
}));
};
export default Power16;
//# sourceMappingURL=Power16.js.map