UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

33 lines (30 loc) 1.49 kB
/** * Copyright IBM Corp. 2019, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ import { _ as _extends } from '../_rollupPluginBabelHelpers-fe323da0.js'; import React from 'react'; import Icon from '../Icon.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path; const ContinuousSecurity = /*#__PURE__*/React.forwardRef(function ContinuousSecurity({ children, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref: ref }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M10.64,18c0,2.955,2.404,5.36,5.36,5.36c2.955,0,5.36-2.405,5.36-5.36v-6.723L16,8.598\tl-5.36,2.68C10.64,11.278,10.64,18,10.64,18z M11.36,11.723L16,9.402l4.64,2.32V18c0,2.559-2.081,4.64-4.64,4.64\ts-4.64-2.081-4.64-4.64C11.36,18,11.36,11.723,11.36,11.723z M28.36,16c0,6.815-5.545,12.36-12.36,12.36S3.64,22.815,3.64,16\tc0-6.536,5.103-11.889,11.533-12.318l-1.427-1.428l0.509-0.509L16.509,4l-2.255,2.254l-0.509-0.509l1.339-1.339\tC9.094,4.876,4.36,9.891,4.36,16c0,6.418,5.222,11.64,11.64,11.64S27.64,22.418,27.64,16c0-5.315-3.59-9.951-8.729-11.273\tl0.18-0.697C24.548,5.434,28.36,10.356,28.36,16z" })), children); }); export { ContinuousSecurity as default };