@semcore/icon
Version:
Semrush Icon Component
30 lines • 1.72 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); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '../../lib/esm/index.mjs';
function RootPublicSafety({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "PublicSafety",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M11 8a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H9a1 1 0 1 1 0-2h2V8Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M3.94 4.676a.965.965 0 0 0-.552.731c-.225 1.518-.788 6.292.08 8.734 1.257 3.535 6.462 6.795 8.062 7.73.291.17.649.17.94 0 1.6-.935 6.805-4.195 8.062-7.73.868-2.442.305-7.216.08-8.734a.966.966 0 0 0-.551-.731l-7.636-3.58a1 1 0 0 0-.85 0L3.94 4.676Zm1.35 1.576a34.383 34.383 0 0 0-.273 3.127c-.06 1.597.038 3.254.336 4.092.437 1.231 1.688 2.46 3.294 3.79 1.236 1.024 2.509 2.041 3.353 2.56.844-.519 2.117-1.536 3.353-2.56 1.606-1.33 2.857-2.559 3.294-3.79.298-.838.395-2.495.336-4.092-.044-1.2-.169-2.343-.272-3.127L12 3.105 5.29 6.252Z",
shapeRendering: "geometricPrecision"
}));
}
RootPublicSafety.displayName = 'PublicSafety';
const PublicSafety = createBaseComponent(RootPublicSafety);
export { PublicSafety as default };