UNPKG

@iconscout/react-unicons-monochrome

Version:

1,100+ vector icons as easy to use React Components

26 lines 1.49 kB
import * as React from "react"; import "../utils/style.css"; function UimGooglePlay(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({}, props, { xmlns: "http://www.w3.org/2000/svg", enableBackground: "new 0 0 24 24", viewBox: "0 0 24 24", width: props.size || '1em', height: props.size || '1em', fill: "currentColor", className: `ui-svg-inline ${props.className || ''}` }), /*#__PURE__*/React.createElement("path", { opacity: 0.5, d: "m14.556 12.895 2.573 2.554 3.785-2.186c.506-.253.83-.766.842-1.332a1.474 1.474 0 0 0-.837-1.275c-.315-.17-3.01-1.734-4.023-2.323l-.002-.002L4.639 1.256a1.644 1.644 0 0 0-1.657-.06c-.05.034-.097.071-.142.111l11.716 11.588z" }), /*#__PURE__*/React.createElement("path", { opacity: 0.7, d: "M20.919 10.656c-.294-.159-2.657-1.53-3.791-2.188l-2.597 2.577L2.785 22.698c.048.044.1.084.153.12.21.12.446.182.687.181.292-.004.578-.084.83-.232.389-.226 12.439-7.182 12.439-7.182l4.02-2.322c.506-.253.83-.766.842-1.332a1.474 1.474 0 0 0-.837-1.275z" }), /*#__PURE__*/React.createElement("path", { opacity: 0.25, d: "M13.61 11.96 2.84 1.309a1.509 1.509 0 0 0-.597 1.252v18.985c-.013.452.197.871.543 1.15L13.61 11.96z" }), /*#__PURE__*/React.createElement("path", { opacity: 1, d: "M20.919 10.656c-.744-.4-3.37-1.944-3.791-2.188l-2.597 2.577-.921.914.946.936 2.573 2.554 3.785-2.186c.506-.253.83-.766.842-1.332a1.474 1.474 0 0 0-.837-1.275z" })); } export default UimGooglePlay;