UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 1.72 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 Canary = /*#__PURE__*/React.forwardRef(function Canary({ 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: "M4.171,27.36H2c-0.146,0-0.277-0.088-0.333-0.223\ts-0.025-0.289,0.078-0.393L22.866,5.625C23.491,5,24.357,4.641,25.242,4.641H30c0.146,0,0.277,0.087,0.333,0.222\tc0.056,0.134,0.024,0.289-0.078,0.392l-1.827,1.827c0.328,0.875,0.402,2.406-1.267,3.24l-0.322-0.644\tc1.619-0.81,0.923-2.346,0.839-2.519c-0.068-0.138-0.041-0.305,0.067-0.414l1.386-1.386h-3.889c-0.695,0-1.375,0.282-1.866,0.773\tl-3.661,3.661C20.131,9.692,20.562,9.64,21,9.64c2.955,0,5.36,2.404,5.36,5.36c0,2.955-2.405,5.36-5.36,5.36h-8.851L5.84,26.669\tC5.395,27.114,4.802,27.36,4.171,27.36z M2.869,26.64h1.302c0.438,0,0.85-0.17,1.16-0.48l5.799-5.799H9.149L2.869,26.64z M9.869,19.64H21c2.559,0,4.64-2.081,4.64-4.64s-2.081-4.64-4.64-4.64c-1.006,0-1.961,0.315-2.764,0.913l-4.367,4.367H23v0.72\th-9.851l-1.28,1.28H21v0.721h-9.851L9.869,19.64z" })), children); }); module.exports = Canary;