|
12345 |
- import React from 'react';
- import createSvgIcon from './utils/createSvgIcon';
- export default createSvgIcon(React.createElement("path", {
- d: "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 15c-4.42 0-8-2.69-8-6s3.58-6 8-6 8 2.69 8 6-3.58 6-8 6z"
- }), 'VignetteRounded');
|