UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 2.94 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. */ 'use strict'; var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js'); var React = require('react'); var Icon_js = require('../Icon.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path; const Security_03 = /*#__PURE__*/React.forwardRef(function Security_03({ children, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._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: "M28,31.36c-0.75,0-1.36-0.61-1.36-1.36\tc0-0.625,0.425-1.153,1-1.312V15c0-0.904-0.735-1.64-1.64-1.64h-5.64v2.491l3.895,3.894c0.067,0.067,0.105,0.159,0.105,0.255v2.688\tc0.575,0.158,1,0.687,1,1.312c0,0.75-0.61,1.36-1.36,1.36s-1.36-0.61-1.36-1.36c0-0.625,0.425-1.153,1-1.312v-2.539l-3.279-3.28\tv9.819c0.575,0.158,1,0.687,1,1.312c0,0.75-0.61,1.36-1.36,1.36s-1.36-0.61-1.36-1.36c0-0.625,0.425-1.153,1-1.312V13.36h-3.28\tv5.329c0.576,0.158,1,0.687,1,1.312c0,0.75-0.61,1.36-1.36,1.36s-1.36-0.61-1.36-1.36c0-0.625,0.424-1.153,1-1.312V13.36h-3.28\tv13.329c0.576,0.158,1,0.687,1,1.312c0,0.75-0.61,1.36-1.36,1.36s-1.36-0.61-1.36-1.36c0-0.625,0.424-1.153,1-1.312V16.87\tl-3.28,3.28v2.539c0.576,0.158,1,0.687,1,1.312c0,0.75-0.61,1.36-1.36,1.36S6.64,24.75,6.64,24c0-0.625,0.424-1.153,1-1.312V20\tc0-0.096,0.038-0.188,0.105-0.255l3.895-3.894V13.36H6c-0.904,0-1.64,0.736-1.64,1.64v13.688c0.576,0.158,1,0.687,1,1.312\tc0,0.75-0.61,1.36-1.36,1.36S2.64,30.75,2.64,30c0-0.625,0.424-1.153,1-1.312V15c0-1.301,1.059-2.36,2.36-2.36h1.64V9\tc0-4.61,3.75-8.36,8.36-8.36c4.609,0,8.36,3.75,8.36,8.36v3.64H26c1.302,0,2.36,1.059,2.36,2.36v13.688c0.575,0.158,1,0.687,1,1.312\tC29.36,30.75,28.75,31.36,28,31.36z M28,29.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64\tS28.353,29.36,28,29.36z M4,29.36c-0.353,0-0.64,0.287-0.64,0.64S3.647,30.64,4,30.64S4.64,30.353,4.64,30S4.353,29.36,4,29.36z M20,27.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S20.353,27.36,20,27.36z M12,27.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S12.353,27.36,12,27.36z M24,23.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S24.353,23.36,24,23.36z M8,23.36\tc-0.353,0-0.64,0.287-0.64,0.64S7.647,24.64,8,24.64c0.353,0,0.64-0.287,0.64-0.64S8.353,23.36,8,23.36z M16,19.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,19.36,16,19.36z M8.36,12.64h15.28V9\tc0-4.213-3.427-7.64-7.64-7.64S8.36,4.787,8.36,9V12.64z" })), children); }); module.exports = Security_03;