UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 2.78 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 Dog_01 = /*#__PURE__*/React.forwardRef(function Dog_01({ 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: "M26,30.36H6c-0.633,0-1.228-0.246-1.673-0.693\tc-0.444-0.446-0.688-1.038-0.687-1.668C3.644,26.698,4.702,25.64,6,25.64v0.721c-0.902,0-1.638,0.735-1.64,1.641\tc-0.001,0.438,0.168,0.849,0.477,1.157C5.146,29.469,5.56,29.64,6,29.64h3.305C8.893,29.215,8.64,28.637,8.64,28v-4\tc0-0.845,0.18-1.56,0.55-2.184L16.533,9.37l-0.855-1.708c-0.186-0.461-0.043-1.017,0.163-1.351l0.127-0.212\tC16.581,5.064,18.017,2.64,21,2.64c1.302,0,2.39,0.365,3.233,1.086c0.569,0.486,0.904,1.439,1.043,1.914H27\tc0.346,0,0.704,0.138,0.961,0.393C28.219,6.289,28.36,6.632,28.36,7c0,2.193-2.193,3.35-4.358,3.36\tc-0.37,0.002-0.64,0.271-0.642,0.642v1.9c0.654,1.139,1,2.553,1,4.098c0,1.45-0.364,2.936-1,4.094V27\tc0,0.529,0.03,0.532,0.544,0.589c0.325,0.036,0.771,0.085,1.263,0.342c1.217,0.636,1.194,2.021,1.193,2.079\tC26.354,30.205,26.195,30.36,26,30.36z M20.36,29.64h5.24c-0.068-0.327-0.256-0.804-0.768-1.07\tc-0.371-0.194-0.709-0.231-1.008-0.265C23.297,28.246,22.64,28.174,22.64,27v-6c0-0.062,0.017-0.124,0.048-0.178\tc0.605-1.065,0.952-2.458,0.952-3.822c0-1.454-0.328-2.773-0.949-3.816C22.657,13.128,22.64,13.065,22.64,13v-2\tc0.004-0.76,0.601-1.357,1.358-1.36C25.752,9.632,27.64,8.803,27.64,7c0-0.175-0.066-0.337-0.187-0.457\tc-0.12-0.119-0.277-0.217-0.451-0.183H25c-0.168,0-0.313-0.116-0.351-0.28c-0.083-0.364-0.403-1.397-0.883-1.806\tC23.057,3.667,22.126,3.36,21,3.36c-2.573,0-3.815,2.098-4.412,3.106l-0.134,0.223c-0.126,0.205-0.182,0.521-0.12,0.677l1.488,2.973\tc0.118,0.292,0.325,0.492,0.539,0.536c0.146,0.029,0.269-0.013,0.385-0.129l0.749-0.75C19.586,9.905,19.64,9.72,19.64,9.5V6h0.721\tv3.5c0,0.42-0.127,0.777-0.356,1.005l-0.749,0.749c-0.291,0.289-0.667,0.401-1.038,0.325c-0.452-0.093-0.854-0.455-1.051-0.946\tl-0.249-0.498L9.81,22.183C9.503,22.701,9.36,23.278,9.36,24v4c0,0.904,0.736,1.64,1.64,1.64h8.64V24c0-1.456-1.184-2.64-2.64-2.64\tv-0.72c1.853,0,3.36,1.508,3.36,3.36V29.64z" })), children); }); module.exports = Dog_01;