drupal/core/modules/comment/css/comment.icon.theme.css

11 lines
536 B
CSS

/*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
.field-icon-comment {
color: red;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none'%3e %3cpath d='M13 20.5L10.2 17H5a1 1 0 0 1-1-1V5.103a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1V16a1 1 0 0 1-1 1h-5.2L13 20.5zm1.839-5.5H20V6.103H6V15h5.161L13 17.298 14.839 15zM1 0h17v2H2v11H0V1a1 1 0 0 1 1-1z' fill='%2355565b'/%3e%3c/svg%3e");
}